<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: #D32027;
}
.dot2 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*entry*/
.entry {
  line-height: 1.5em;
}
.entry img {
  height: auto!important;
}
.entry ul,
.entry ol {
  padding-left: 1.25em;
  margin: 1em 0;
}
.entry ul li {
  list-style: outside disc none;
}
.entry ol li {
  list-style: outside decimal none;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  line-height: 1.5em;
  margin: 1em 0;
}
.entry h1 {
  font-size: 1.875em;
}
.entry h2 {
  font-size: 1.5625em;
}
.entry h3 {
  font-size: 1.5em;
}
.entry h4 {
  font-size: 1em;
}
.entry h5 {
  font-size: 0.875em;
  color: #1883AA;
}
.entry h6 {
  font-size: 0.75em;
}
.entry blockquote {
  margin: 0 2em;
  opacity: 0.95;
  padding: 1em;
  border: 1px solid #999;
  page-break-inside: avoid;
}
.entry hr {
  border: none;
  clear: both;
  border-bottom: 1px solid #e6e6e6;
}
.entry .table table {
  border-collapse: collapse;
  border-spacing: 0;
  border:0;
}
.entry .table table th,.entry .table table td {
  background-color: transparent;
  border:0;
}
.entry hr {
  border: 1px solid;
}
#header {
  padding: 15px;
  transition: 0.33s;
  width: 100%;
  height: 110px;
  line-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
}
#header a {
  color: #fff;
}
#header.fixed {
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
}
#header.fixed a {
  color: #000;
}
/*logo*/
#logo {
  width: 434px;
  max-width: 37%;
  padding-left: 25px;
  position: relative;
  z-index: 5;
}
#logo a {
  display: block;
  overflow: hidden;
}
#logo img {
  display: block;
}
/*other*/
#other {
  width: 37.6%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 8;
}
#other .fas {
  color: #D32027;
  font-size: 1.625em;
  vertical-align: middle;
}
#other .text {
  font-style: normal;
}
#other &gt; div {
  cursor: pointer;
}
#other a,
#other span {
  display: inline-block;
  vertical-align: middle;
}
/*nav-mail*/
#nav-mail {
  display: none;
}
/*side-menu*/
#side-menu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  outline: 1px solid transparent;
  width: 90%;
  right: 0;
  background: #08739a;
  transform: translateX(100%);
  transition: transform 0.5s;
  text-align: left;
  max-width: 450px;
  z-index: 10;
  color: #fff;
  padding: 35px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#side-menu .close {
  font-size: 45px;
  position: relative;
  top: 0px;
  right: 5px;
  float: right;
  cursor: pointer;
}
#side-menu .logo {
  margin-bottom: 25px;
}
#side-menu .logo img {
  display: block;
}
#side-menu .search {
  padding: 25px 0;
}
#side-menu .search form {
  position: relative;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #dadada;
  padding-right: 42px;
}
#side-menu .search .text {
  font-size: 20px;
  color: #222627;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 2%;
}
#side-menu .search .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 22px;
  padding: 0 10px;
}
#side-menu.active {
  transform: translateX(0);
}
/*menu*/
#menu {
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 700;
}
#menu .parent &gt; li {
  margin-bottom: 20px;
}
#menu a {
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
}
#menu i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 1.5em;
  transition: transform 0.3s;
}
#menu i.active {
  transform: rotate(90deg);
  right: 2px;
}
#menu .children {
  font-size: 13px;
  margin-left: 20px;
  display: none;
}
#menu .children li {
  margin-top: 10px;
}
/*button*/
.button {
  text-align: center;
}
.button a {
  transition: all 0.5s ease;
  background-color: #D32027;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.05rem;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  clip-path: polygon(0% 100%, 3% 0, 100% 0, 97% 100%);
  -webkit-clip-path: polygon(0% 100%, 3% 0, 100% 0, 97% 100%);
}
.button a:hover {
  background-color: #1883AA;
}
.button .blue {
  background-color: #1883AA;
}
.button .blue:hover {
  background-color: #D32027;
}
/*slides*/
#slides {
  height: 500px;
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
#slides:before {
  background-color: rgba(63, 86, 102, 0.8);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#slides .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 170px 10% 0 10%;
  text-align: center;
}
#slides .title {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.35em;
  padding: 0 0.41666667em;
}
#slides .title:after {
  background-color: #D32027;
  display: block;
  content: '';
  width: 70px;
  height: 7px;
  margin: 10px auto 0;
  clip-path: polygon(0% 100%, 3% 0, 100% 0, 90% 100%);
  -webkit-clip-path: polygon(0% 100%, 3% 0, 100% 0, 90% 100%);
}
#slides .intro {
  padding: 16px 0;
  font-weight: 300;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  margin-bottom: 7px;
}
#slides .button a:hover {
  background-color: #fff;
  color: #D32027;
}
/*footer*/
#footer {
  background-color: #222627;
  color: #B9B9B9;
  font-size: 13px;
  padding: 30px 0px;
}
#footer .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
}
#footer .box {
  width: 25%;
  padding: 1.5%;
}
#footer .name {
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
}
#footer .intro {
  font-size: 13px;
  line-height: 1.5em;
}
#footer a {
  color: #B9B9B9;
}
/*bottom*/
#bottom .logo {
  padding: 35px 0;
}
#bottom .logo a {
  display: block;
  overflow: hidden;
}
#bottom .logo img {
  display: block;
  overflow: hidden;
  width: 55%;
  max-width: 275px;
  margin: 0 auto;
}
/*partner*/
#partner {
  margin-bottom: 40px;
}
#partner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  align-items: center;
}
#partner li {
  width: 25%;
  padding: 10px 1.5%;
  height: 70px;
}
#partner img {
  display: block;
  max-width: 90%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*navigation*/
#navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
}
#navigation .box {
  width: 25%;
  padding: 0 1.5% 25px;
}
#navigation dt {
  color: #D32027;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#navigation dt a {
  color: #94161b;
}
#navigation dt a:hover {
  color: #D32027;
}
#navigation dd {
  line-height: 1.5em;
}
#navigation dd a {
  color: #222627;
}
#navigation .social {
  margin-top: 30px;
}
#navigation .social a {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 40px;
  margin-top: 5px;
  margin-right: 5px;
}
/*search*/
#search {
  background-color: #D32027;
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 110px;
  width: 100%;
  padding: 1em;
  transform: translateY(-100%);
  opacity: 0;
  z-index: -1;
}
#search.active {
  transform: translateY(0);
  opacity: 1;
  z-index: 8;
}
#search .name {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}
#search .form {
  width: 95%;
  margin: 5px auto;
  background-color: #fff;
  border: solid 1px #DBDBDB;
  position: relative;
  font-size: 14px;
  border-radius: 3px;
}
#search .text {
  height: 38px;
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #999;
}
#search .submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  height: 100%;
  color: #eda6a9;
  font-size: 16px;
}
/*contact-map*/
#contact-map {
  background: #CDCDCD url(../images/map_bg.jpg) no-repeat center center;
  background-size: 1420px;
  position: relative;
  height: 550px;
  padding: 50px 25px;
}
#contact-map .list {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#contact-map .item {
  width: 33%;
  max-width: 275px;
  padding: 0 1.5%;
  position: absolute;
}
#contact-map .item:nth-child(1) {
  left: -10px;
  top: 139px;
}
#contact-map .item:nth-child(2) {
  left: 393px;
  top: 61px;
}
#contact-map .item:nth-child(3) {
  left: 775px;
  top: 148px;
}
#contact-map .logo {
  overflow: hidden;
  margin-bottom: 40px;
}
#contact-map .logo img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
#contact-map .name {
  font-size: 14px;
  color: #000;
  line-height: 21px;
  text-transform: uppercase;
}
#contact-map .intro {
  font-size: 18px;
  line-height: 25px;
}
#contact-map a {
  color: #94161b;
  display: inline-block;
}
#contact-map a:hover {
  color: #D32027;
}
/*contact-form*/
#contact-form {
  background: #aa191f url(../images/form_bg.jpg) no-repeat center center;
  background-size: cover;
  font-style: italic;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
#contact-form .inner {
  max-width: 600px;
}
#contact-form .name {
  font-size: 24px;
  line-height: 1.35em;
  margin-bottom: 28px;
}
#contact-form .intro {
  line-height: 1.5em;
  margin-bottom: 25px;
}
#contact-form .column {
  margin-bottom: 12px;
  overflow: hidden;
}
#contact-form .column .item {
  width: 47.5%;
  float: left;
}
#contact-form .column .item:nth-child(2n) {
  float: right;
}
#contact-form .item {
  margin-bottom: 12px;
}
#contact-form .text {
  background-color: #fff;
  height: 40px;
  display: block;
  width: 100%;
  border: solid 1px #DBDBDB;
  transition: all 0.5s ease;
  border-radius: 3px;
  color: #999;
  line-height: 30px;
  font-size: 16px;
  padding: 5px 4px;
}
#contact-form .text:focus {
  border-color: #1883AA;
}
#contact-form textarea.text {
  height: 160px;
  resize: none;
}
#contact-form .btn {
  margin-top: 20px;
}
#contact-form .submit {
  background-color: #1883AA;
  color: #fff;
  border-radius: 4px;
  padding: 15px 30px;
  letter-spacing: 0.05rem;
  transition: all 0.5s;
}
#contact-form .submit:hover {
  background-color: #D32027;
}
.cover a {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover a:after {
  width: 20%;
  padding-bottom: 14.13333333%;
  background: url(../images/btn-play.png) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 40%;
  z-index: 2;
  opacity: 0.8;
}
.cover img {
  display: block;
  width: 100%;
}
.columnname {
  font-size: 30px;
  font-style: italic;
  text-align: center;
  color: #D32027;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 35px;
}
/*affiliation*/
#affiliation {
  position: relative;
  padding: 70px 0;
}
#affiliation:before,
#affiliation:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
#affiliation:before {
  left: 0;
  background-color: #dbdbdb;
}
#affiliation:after {
  right: 0;
  background-color: #b5b5b5;
}
#affiliation .inner {
  max-width: 1240px;
  width: 70%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
}
#affiliation .text,
#affiliation .video {
  width: 50%;
  padding: 0 20px;
}
#affiliation .intro {
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
}
#affiliation .logo {
  margin-top: 1em;
}
#affiliation .logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#affiliation .logo li {
  margin: 15px 5px 0;
}
#affiliation .logo img {
  max-width: 100%;
}
#affiliation .video .columnname {
  color: #1883AA;
  margin-bottom: 40px;
}
#affiliation .cover {
  max-width: 375px;
  margin: 0 auto 22px;
}
/*vibratrac*/
#vibratrac {
  background: #aa191f url(../images/blue_schematic.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
#vibratrac .inner {
  max-width: 1240px;
  width: 70%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #fff;
}
#vibratrac .video,
#vibratrac .text {
  width: 48%;
}
#vibratrac .video a {
  max-width: 375px;
  margin: 0 auto;
}
#vibratrac .box {
  max-width: 560px;
  margin: 0 auto;
}
#vibratrac .columnname {
  color: #fff;
  margin-bottom: 25px;
  font-size: 24px;
}
#vibratrac .intro {
  line-height: 1.5em;
  font-style: italic;
  margin-bottom: 20px;
}
/*home-tab*/
#home-tab {
  display: block;
  background-image: url(../images/tab_background.jpg);
  background-size: cover;
  width: 100%;
  height: 90px;
  line-height: 90px;
  border-top: 3px solid #595C5E;
  padding: 0 2%;
}
#home-tab ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
}
#home-tab li {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.33);
  color: #FFFFFF;
  height: 89px;
  width: 31%;
  margin: -2px 1% 0 1%;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  border-top: 2px solid #FFFFFF;
  clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
  -webkit-clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
}
#home-tab .active {
  background-color: rgba(243, 0, 10, 0.5);
}
/*columnintro*/
.columnintro {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 25px;
  font-style: italic;
  color: #000;
  text-align: center;
}
/*home-product*/
.home-product ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  align-items: end;
  margin-bottom: 15px;
}
.home-product li {
  width: 25%;
  padding: 15px 1.5%;
  text-align: center;
}
.home-product li a {
  display: block;
  overflow: hidden;
  color: #94161b;
}
.home-product img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 225px;
}
.home-product .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home-text {
  padding: 30px 0 60px;
}
#home-text .inner {
  max-width: 1240px;
  width: 70%;
}
#home-text .box {
  display: none;
}
#home-text .box:first-child {
  display: block;
}
#home-text .columnname {
  margin-bottom: 20px;
}
/*home-service*/
.home-service ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  align-items: end;
  margin-bottom: 20px;
}
.home-service li {
  width: 20%;
  padding: 15px 1.6%;
  text-align: center;
}
.home-service li a {
  display: block;
  overflow: hidden;
  color: #D32027;
}
.home-service li i {
  display: block;
  font-size: 45px;
}
.home-service li span {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.5em;
}
/*banner*/
#banner {
  height: 325px;
  position: relative;
}
#banner .figure {
  height: 100%;
}
#banner .figure:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #445666;
  opacity: 0.8;
  z-index: 2;
}
#banner .figure img {
  height: 100%;
  object-fit: cover;
}
#banner .text {
  position: absolute;
  left: 0;
  top: 105px;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0 10%;
}
#banner .title {
  font-size: 48px;
  line-height: 1.125em;
  margin-bottom: 13px;
}
#banner .title:after {
  background-color: #D32027;
  display: block;
  width: 25%;
  height: 7px;
  margin-top: 13px;
  clip-path: polygon(0% 100%, 3% 0, 100% 0, 90% 100%);
  -webkit-clip-path: polygon(0% 100%, 3% 0, 100% 0, 90% 100%);
  content: '';
}
/*breadcrumb*/
#breadcrumb {
  font-weight: 500;
}
#breadcrumb a {
  color: #fff;
}
#breadcrumb i {
  font-style: normal;
}
#breadcrumb a:after {
  content: '&gt;';
  display: inline-block;
  margin-left: 5px;
}
.page-title {
  color: #000;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 22px;
  line-height: 1.5em;
}
.page-intro {
  margin-bottom: 15px;
}
/*equipment*/
#equipment {
  min-height: 500px;
  padding: 20px 0;
}
#equipment .inner {
  width: 70%;
  max-width: 1240px;
}
#equipment .list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
}
#equipment .list li {
  width: 25%;
  padding: 15px 1.5%;
  min-height: 180px;
  text-align: center;
}
#equipment .list img {
  max-width: 90%;
  max-height: 75px;
  width: auto;
  margin: 0 auto;
}
#equipment .list .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 10px;
}
#equipment .list a {
  color: #94161b;
}
/*content*/
#content {
  padding: 40px 0;
}
#content .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
}
#content .main {
  width: 62%;
}
#content .aside {
  width: 33%;
}
/*quote*/
#quote {
  background-color: #277099;
  text-align: center;
  color: #FFFFFF;
  padding: 35px 40px 50px;
}
#quote .name {
  font-size: 23px;
  line-height: 1.5em;
  margin-bottom: 14px;
}
#quote .warning {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
#quote .column {
  margin-bottom: 14px;
  overflow: hidden;
}
#quote .column .item {
  width: 46%;
  float: left;
}
#quote .column .item:nth-child(2n) {
  float: right;
}
#quote .item {
  margin-bottom: 16px;
}
#quote .text {
  background-color: #fff;
  height: 40px;
  display: block;
  width: 100%;
  border: solid 1px #DBDBDB;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 3px;
  color: #999;
  line-height: 30px;
  font-size: 16px;
  padding: 5px 4px;
}
#quote .text:focus {
  border-color: #1883AA;
}
#quote textarea.text {
  height: 80px;
  resize: none;
}
#quote .btn {
  margin-top: 16px;
}
#quote .submit {
  background-color: #D32027;
  color: #fff;
  border-radius: 4px;
  padding: 15px 30px;
  letter-spacing: 0.05rem;
  transition: all 0.5s;
  display: block;
}
#quote .submit:hover {
  color: #D32027;
  background-color: #fff;
}
/*widget*/
.widget {
  background-color: #e6e6e6;
  padding: 35px 50px;
}
.widget li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.widget a {
  color: #222627;
}
.widget-title {
  font-size: 25px;
  font-weight: 600;
  color: #222627;
  line-height: 1.35em;
  margin-bottom: 18px;
}

.fz-20 {
  font-size: 20px;
  line-height: 1.5;
}
.tac {
  text-align: center;
}
.red-color {
  color: #cf2e2e;
}
.mg-1 li {
  margin: 1em 0;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.flex-column {
  flex-basis: 0;
  flex-grow: 1;
}

.introPic.alignleft {
  float: left;
  display: table;
  margin: 8px 16px 8px 0;
}
.introPic.alignright {
  float: right;
  display: table;
  margin: 20px 0 20px 20px;
}
.introPic.alignleft figcaption,
.introPic.alignright figcaption{
  caption-side: bottom;
  display: table-caption;
}
.introPic img {
  width: 100%;
}
.introPic img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
  border: solid 1px #999;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .introPic img {
    height: auto;
    width: auto;
  }
}
@media (max-width: 768px) {
  .flex-column {
    flex-basis: 100%!important;
  }
  .introPic {
    margin-top: 20px;
  }
}

/*proList*/
.proList ul li {
  margin: 16px 0;
  line-height: 1.5;
}


/*Industries*/
#Industries {
  min-height: 500px;
  line-height: 1.5;
}
#Industries .page-title {
  margin: 22px 0;
}

#Industries h4 {
  margin: 22px 0;
  line-height: 1.5;
}
#Industries h4 a {
  color: #D32027;
}
#Industries .list li {
  margin-bottom: 20px;
  overflow: hidden;
}
#Industries .list li:nth-child(2n-1) .pic{
  float: left;
  margin: 8px 16px 8px 0;
}
#Industries .list li:nth-child(2n) .pic{
  float: right;
  margin: 8px 0 8px 16px;
}
#Industries .list li p{
  margin: 16px 0;
}

/*labs*/
#labs p {margin: 1em 0;}

/*salesservice*/
#salesservice .form h4 {
  font-size: 20px;
}
#salesservice .form .item {
  margin-top: 16px;
}
#salesservice .form dl {
  margin-top: 8px;
  display: flex;
}
#salesservice .form dl dd {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 16px;
}
#salesservice .form .row2 dd {
  width: 50%;
}
#salesservice .form .row2 dd aside {
  margin-top: 10px;
  font-size: 13px;
}
#salesservice .form .err {
  margin-left: 4px;
  font-style: normal;
  color:#790000;
  font-weight: bold;
}
#salesservice .form .text {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 10px;
  color: #999;
  font-weight: 500;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: solid 1px #DBDBDB;
  width: 100%;
  max-width: 100%;
  transition: all 0.5s ease;
}
#salesservice .form textarea {
  height: 160px;
  width: 100%;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 6px 8px;
  resize: none;
  border: solid 1px #DBDBDB;
  border-radius: 3px;
  transition: all 0.5s ease;
}
#salesservice .form .submit {
  clear: both;
  margin: 16px 0 0;
  padding: 16px 0 10px;
}
#salesservice .form .text:focus,
#salesservice .form textarea:focus {
  border-color: #1883AA;
}


/*article-list*/
#article-list h1 {
  margin-top: 5%;
  margin-bottom: 6%;
}
#article-list li {
  float: left;
  width: 100%;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}
#article-list li .pic {
  width: 100%;
  height: 40%;
  margin: 5px auto;
}
#article-list li .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#article-list li h4 {
  width: 100%;
  text-align: center;
}
#article-list li h4 a{
  color: #1883AA;
  font-size: 18px;
}
#article-list li h4 a:hover {
  color: #5da8c4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#article-list li p{
  line-height: 1.5;
}
#article-list li .read-more{
  width: 100%;
  display: block;
  text-align: center;
  color: #D32027;
}
#article-list li .read-more:hover {
  color: #e06368;
}
@media (min-width: 768px){
  #article-list li  {
    width: 48%;
    height: 500px;
    display: flex;
    align-content: flex-start;
  }
}

@media (min-width: 1030px){
  #article-list li {
    width: 22%;
    margin: 25px 1.5%;
  }
}

.Pages{
  text-align: center;
}

.Pages em {
  font-style: normal;
}
.Pages a {
  display: inline-flex;
  padding: 2%;
}

/*video*/
#video h2 {
  font-size: 25px;
  line-height: 1.5;
  margin: 0.83em 0;
}
#video .flex-box {
  margin-bottom: 24px;
}
#video li {
  line-height: 1.5;
}

/*case*/
#case li {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5px;
  margin: 20px 5px;
}
#case li .pic {
  margin: 5px auto;
}
#case li .pic img {
  margin: auto;
  max-width: 300px;
  display: block;
  object-fit: cover;
}
#case li .txt h4 {
  text-align: center;
}
#case li .txt h4 a {
  display: block;
  color: #595C5E;
  font-size: 32px;
  line-height: 32px;
}
#case li .txt time {
  display: block;
  margin: 16px 0;
  font-weight: bold;
}
#case li .txt p {
  line-height: 1.4;
  font-size: 18px;
  color: #595C5E;
}
#case li .txt .read-more {
  display: inline-block;
  height: 25px;
  font-size: 11px;
  line-height: 18px;
  font-style: italic;
  padding: 3px 30px;
  color:#fff;
  font-weight: bold;
  background-color: #D32027;
  clip-path: polygon(0% 100%, 3% 0, 100% 0, 97% 100%);
  -webkit-clip-path: polygon(0% 100%, 3% 0, 100% 0, 97% 100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#case li .txt .read-more:hover {
  color:#D32027;
  background-color: #fff;
}
@media (min-width: 768px) {
  #case li .pic {
    width: 30%;
  }
  #case li .pic img {
    height: auto;
    width: auto;
  }
  #case li .txt {
    width: calc(100% - 220px);
    padding-right: 32px;
  }
}
@media (min-width: 1240px) {
  #case li .pic {
    height: 265px;
    margin: 10px auto;
  }
  #case li .pic img {
    height: 265px;
  }
  #case li .txt {
    margin-left: 20px;
  }
  #case li .txt h4 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 10px;
    text-align: left;
  }
}

/*about*/
#about .introPic figcaption {
  margin-top: 8px;
  margin-bottom: 16px;
}
#about h2 {
  font-size: 25px;
  line-height: 1.5;
  margin: 20px 0;
}

#CPEG li {
  overflow: hidden;
}
#CPEG h2 {
  font-size: 25px;
  line-height: 1.5;
  margin: 20px 0;
}
#CPEG p{
  line-height: 1.5;
}


/*contact*/
#contact {
  overflow: hidden;
}
#contact .txt {
  text-align: center;
}
#contact h3{
  font-size: 28px;
  margin: 1em 0;
  line-height: 1.5;
}
#contact .txt h5{
  color: #595C5E;
  text-transform: initial;
  margin: 5px auto 20px auto;
  max-width: 65%;
  font-size: 18px;
  line-height: 20px;
}
#contact .txt p{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
#contact .form h4 {
  font-size: 20px;
}
#contact .form .item {
  margin-top: 16px;
}
#contact .form dl {
  margin-top: 8px;
  display: flex;
}
#contact .form dl dd {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 16px;
}
#contact .form .row2 dd {
  width: 50%;
}
#contact .form .row2 dd aside {
  margin-top: 10px;
  font-size: 13px;
}
#contact .form .name {
  color:#595C5E;
}
#contact .form .err {
  margin-left: 4px;
  font-style: normal;
  color:#790000;
  font-weight: bold;
}
#contact .form .text {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 10px;
  color:#595C5E;
  font-weight: 500;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: solid 1px #DBDBDB;
  width: 100%;
  max-width: 100%;
  transition: all 0.5s ease;
}
#contact .form textarea {
  height: 160px;
  width: 100%;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 6px 8px;
  resize: none;
  border: solid 1px #DBDBDB;
  border-radius: 3px;
  transition: all 0.5s ease;
}
#contact .form .submit {
  clear: both;
  margin: 16px 0 0;
  padding: 16px 0 10px;
}
#contact .form .text:focus,
#contact .form textarea:focus {
  border-color: #1883AA;
}
@media (min-width: 1240px) {
  #contact .txt{
    float: left;
    width: 30%;
  }
  #contact .form{
    float: right;
    width: 64%;
  }
}

#product .figure {
  text-align: center;
}
#product .figure img {
  display: inline-block;
  width: auto;
}


.infoPic {
  position: relative;
  width: 100%;
  margin: 0 20px 20px 0px;
  overflow: hidden;
}
.infoPic img {
  border-radius: 4px;
  min-width: 100%;
  top: -50%;
  position: absolute;
}

@media (min-width: 768px) {
  .infoPic {
    height: 200px;
  }
}
@media (min-width: 1030px) {
  .infoPic {
    height: 300px;
  }
}


#whitepaper ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1%;
}
#whitepaper li {
  min-height: 360px;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background-color: #DBDBDB;
  border: 1px solid #595C5E;
  border-radius: 10px;
  text-align: center;
  transition: .3s;
}
#whitepaper li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
}
#whitepaper li h4 {
  margin: 0.8em 0 0.3em 0;
  line-height: 1.2;
  font-size: 1.1em;
  color: #000;
}
#whitepaper li p {
  margin: 0;
  line-height: 1.2;
}
#whitepaper li:hover {
  background-color: #d32229;
}
#whitepaper li:hover a {
  color:#fff;
}
@media (min-width: 768px) {
  #whitepaper li {
    width: 18.8%;
  }
  #whitepaper li:nth-child(5n) {
    margin-right: 0;
  }
}

#CaseInfo h2 {
  margin: revert;
}
#CaseInfo .post-block__image {
  margin: 0 20px 20px 0px;
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
}
#CaseInfo .post-block__image img {
  border-radius: 4px;
  min-width: 100%;
  top: -50%;
  position: absolute;
}
#CaseInfo .wp-block-columns{
  margin-bottom: 1.75em;
}
#CaseInfo ul {
  margin: 1em 0;
  padding-left: 20px;
}
#CaseInfo ul li {
  list-style: disc;
}
#CaseInfo .dl_btn {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 1.125em;
  border-radius:4px;
  background-color:#d32027
}
@media (min-width: 768px){
  #CaseInfo .post-block__image {
    height: 200px;
  }
}
@media (min-width: 1030px){
  #CaseInfo .post-block__image {
    height: 300px;
  }
}
</pre></body></html>